summaryrefslogtreecommitdiffstats
path: root/src/android/app/src/main/res/menu/menu_overlay_options.xml
blob: 151f305fb61146dad5de4c80fb1b6acdf1ec50bd (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
<?xml version="1.0" encoding="utf-8"?>
<menu xmlns:android="http://schemas.android.com/apk/res/android">

    <item
        android:id="@+id/menu_edit_overlay"
        android:title="@string/emulation_touch_overlay_edit" />

    <item
        android:id="@+id/menu_toggle_controls"
        android:title="@string/emulation_toggle_controls" />

    <item
        android:id="@+id/menu_rel_stick_center"
        android:title="@string/emulation_rel_stick_center"
        android:checkable="true" />

    <item
        android:id="@+id/menu_reset_overlay"
        android:title="@string/emulation_touch_overlay_reset" />

</menu>